home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / LINUX / IF_LTALK.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  192b  |  13 lines

  1. #ifndef __LINUX_LTALK_H
  2. #define __LINUX_LTALK_H
  3.  
  4. #define LTALK_HLEN        1
  5. #define LTALK_MTU        600
  6. #define LTALK_ALEN        1
  7.  
  8. #ifdef __KERNEL__
  9. extern void ltalk_setup(struct device *);
  10. #endif
  11.  
  12. #endif
  13.